object MsgSrcView: TMsgSrcView Left = 382 Top = 196 Width = 533 Height = 344 Caption = 'View Message Source' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 OldCreateOrder = True Position = poDefaultPosOnly OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object MainMenu1: TMainMenu Left = 80 Top = 40 object mFileMenu: TMenuItem Caption = '&File' object mSave: TMenuItem Caption = '&Save as...' ShortCut = 16467 OnClick = mSaveClick end object mPrint: TMenuItem Caption = '&Print...' ShortCut = 16464 OnClick = mPrintClick end object N3: TMenuItem Caption = '-' end object mCloseEsc: TMenuItem Caption = 'Close' ShortCut = 27 OnClick = mCloseEscClick end object mCloseF9: TMenuItem Caption = 'Close' ShortCut = 120 Visible = False OnClick = mCloseEscClick end end object mEditMenu: TMenuItem Caption = '&Edit' OnClick = mEditMenuClick object mCopy: TMenuItem Caption = '&Copy' ShortCut = 16451 OnClick = mCopyClick end object mCopyStd: TMenuItem Caption = '&Copy' ShortCut = 16429 Visible = False OnClick = mCopyClick end object N5: TMenuItem Caption = '-' end object Search1: TMenuItem Caption = '&Find...' ShortCut = 16454 OnClick = Findtext1Click end object Findnext1: TMenuItem Caption = 'Find &next' ShortCut = 114 OnClick = Findnext1Click end object N2: TMenuItem Caption = '-' end object mSelectAll: TMenuItem Caption = 'Select &All' ShortCut = 16449 OnClick = mSelectAllClick end end object pViewMenu: TMenuItem Caption = '&View' OnClick = pViewMenuClick object mRemember: TMenuItem Caption = '&Remember position' OnClick = mRememberClick end object N1: TMenuItem Caption = '-' end object mPrefs: TMenuItem Caption = 'P&references' OnClick = mPrefsClick end end end object dPrint: TPrintDialog Options = [poPageNums] Left = 24 Top = 40 end object pMenu: TPopupMenu OnPopup = pMenuPopup Left = 240 Top = 88 object Copy1: TMenuItem Caption = '&Copy' OnClick = mCopyClick end object Findtext1: TMenuItem Caption = '&Find...' OnClick = Findtext1Click end object N4: TMenuItem Caption = '-' end object Selectall1: TMenuItem Caption = 'Select &all' OnClick = mSelectAllClick end end end